home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Miscellaneous / HomerGotchi / BlitzProgrammers.readme next >
Text File  |  1998-06-24  |  2KB  |  60 lines

  1. Some Info
  2. ---------
  3.  
  4. You'll probably need to change some paths in the source,
  5. but everything is relative to the HomerGotchi directory.
  6.  
  7. It also uses some 3rd party libs.You'll find some on
  8. Aminet in dev/basic (possibly utils/libs too).
  9.  
  10. If you get any tokens appearing as ????? it means you don't
  11. have that library.Look at HomerGotchi.asc in the source drawer,
  12. which will show the commands required.
  13.  
  14. Check out these,too:
  15.  
  16. http://www.a2points.com/homepage/3698138/wobLinks.html
  17. http://www.geocities.com/SiliconValley/Heights/4956/Blitz2.htm
  18. ftp://x2ftp.oulu.fi/pub/amiga/prog/blitz/
  19. http://www.geocities.com/SiliconValley/Way/4756/BlitzWeb.htm
  20.  
  21. You'll notice the code is very haphazard - that's my
  22. style ;)
  23.  
  24. Actually,it was rushed together over 2 days,and anything
  25. which worked stayed.End of story...
  26.  
  27. homerspalette
  28.  
  29. This is Homer's palette (ooh!).
  30.  
  31. The Comments drawer contains the miscellaneous
  32. samples ("That's it,I'm outta here!","Gotta go...",
  33. etc),and the Food drawer contains the "Mmm,burger",etc
  34. samples,along with their all-important icons (well,it'd
  35. look pretty crap without them ;).
  36.  
  37. Shapes file conversion
  38.  
  39. If you want to change the images used,you'll
  40. have to use the source contained in the
  41. source/shapesaver drawer.
  42.  
  43. The file Shapes_Splitter.bb2 should (!)
  44. take the HomerGotchi/saveshapes file (it's
  45. a file of multiple shapes,saved out using
  46. Blitz's SaveShapes command),and convert it to
  47. a set of frames plus their palette (needed)
  48. in RAM:
  49.  
  50. Haven't tried it though,cos I didn't need it.
  51.  
  52. The palette may cause a bit of hassle in loading
  53. or saving,but you should be able to sort it out!
  54.  
  55. ShapeSaver.bb2 will take the set of ten shapes,
  56. and recombine them into a single shapes file.
  57.  
  58. Just check the paths being used and change them
  59. if necessary...
  60.